home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dfacc10a.zip / DFACC.DOC < prev    next >
Text File  |  1986-08-15  |  1KB  |  35 lines

  1.  
  2.                         DFACC - DOS File Accelerator v1.0a
  3.  
  4.                                24-May-86, S.H.Smith
  5.  
  6.               DFACC is a small resident utility that can "accelerate"
  7.               file access in many programs.
  8.  
  9.               DFACC predicts when your program will want to read from
  10.               a file and reads the data into a buffer before it is
  11.               asked for.  This is the opposite of a "cache" type
  12.               program.  A cache keeps data AFTER it has been used;
  13.               DFACC gets data BEFORE it is needed.
  14.  
  15.               DFACC can speed up Turbo Pascal include file compiles by
  16.               10%.  The JANUS/ADA compiler is speeded up by 25%.
  17.               Programs that read and write small blocks can be speeded
  18.               up by as much as 30% due to reduced head seeking.  Great
  19.               for use with 'ARC'.
  20.  
  21.               DFACC has been tested on DOS 3.1 with both floppy and
  22.               hard disks.  This program should be loaded AFTER
  23.               multi-tasking utilities.
  24.  
  25.  
  26.               RELEASE HISTORY
  27.               ===============
  28.               24-May-86 v1.0    This was the initial release.
  29.  
  30.               25-May-86 v1.0a   The acceleration counters were added.
  31.                                 A check was added for CTRL-BREAK. in 1.0
  32.                                 DFACC would go to sleep when CTRL-BREAK was
  33.                                 used to abort a program.
  34.  
  35.